func github.com/gotd/td/internal/crypto.sha1BigInt
5 uses
github.com/gotd/td/internal/crypto (current package)
temp_keys.go#L9: func sha1BigInt(a, b *big.Int) []byte {
temp_keys.go#L26: key = append(key, sha1BigInt(newNonce, serverNonce)...)
temp_keys.go#L28: key = append(key, sha1BigInt(serverNonce, newNonce)[:12]...)
temp_keys.go#L31: iv = append(iv, sha1BigInt(serverNonce, newNonce)[12:12+8]...)
temp_keys.go#L32: iv = append(iv, sha1BigInt(newNonce, newNonce)...)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |